Vcenter NamespaceManagement LoadBalancers HAProxyConfigUpdateSpec

Vcenter NamespaceManagement LoadBalancers HAProxyConfigUpdateSpec
Vcenter NamespaceManagement LoadBalancers HAProxyConfigUpdateSpec

This schema is deprecated as of vSphere API 9.0.0.0.

Vcenter NamespaceManagement LoadBalancers HAProxyConfigUpdateSpec captures the configuration data required for Supervisor Service Type:LoadBalancer to have an external load balancer be created via HAProxy.

This schema was added in vSphere API 7.0.3.0.

JSON Example
{
    "username": "string",
    "password": "string",
    "certificate_authority_chain": "string"
}
string
username
Optional

This property is deprecated as of vSphere API 9.0.0.0.

An administrator user name for accessing the HAProxy Data Plane API server.

This property was added in vSphere API 7.0.3.0.

If missing or null, the existing username will not be modified.

string As password As password
password
Optional

This property is deprecated as of vSphere API 9.0.0.0.

The password for the administrator user.

This property was added in vSphere API 7.0.3.0.

If missing or null, the existing password will not be modified.

string
certificate_authority_chain
Optional

This property is deprecated as of vSphere API 9.0.0.0.

CertificateAuthorityChain contains PEM-encoded CA chain which is used to verify x509 certificates received from the server.

This property was added in vSphere API 7.0.3.0.

If missing or null, the existing PEM-encoded CA chain will not be modified.

Deprecated